home *** CD-ROM | disk | FTP | other *** search
/ Network Support Library / RoseWare - Network Support Library.iso / apidev / sc3x04.exe / CONVPATH.DOC < prev    next >
Text File  |  1992-10-09  |  917b  |  30 lines

  1.  
  2.  
  3.  
  4.  
  5.                       ConvertPathToDirectoryEntry
  6.  
  7.     This call returns the volume number and sequence number of the
  8.     entry pointed to by path.  
  9.  
  10.     Function 23 (17h)
  11.  
  12.     Request Buffer
  13.  
  14.         Offset   Request Packet Contents        Bytes    Remarks
  15.         ------   ---------------------------    -----    -------
  16.         0        Sub-function Structure Len     2        Length of Request 
  17.         2        244 (F3h)                      1
  18.         3        Directory Handle               1
  19.         4        Directory Path Length          1
  20.         5        Directory Path                 255      Max
  21.  
  22.     Reply Buffer
  23.  
  24.         Offset    Request Packet Contents        Bytes    Remarks
  25.         ------    ---------------------------    -----    -------
  26.         0         Volume Number                  1
  27.         1         Directory Entry Number         4
  28.                  
  29.  
  30.